home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / NameAddress.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  2.0 KB  |  61 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.  
  15. <!-- 
  16. This is the SOX version of EDIFACT-based NAD.
  17. Party's qualifier is equivalent to OBI's EntityCode
  18.  -->
  19.  
  20. <elementtype name="NameAddress">
  21.     <model>
  22.         <sequence>
  23.  
  24.             <!--  e.g. Dun and Bradstreet ID, EANCOM's ID, etc.  -->
  25.             <element type="Identifier" occurs="?" />
  26.         
  27.             <element type="string" name="Name1" />
  28.  
  29.             <!--  
  30.          Specifies additional ship-to or requisitioner information
  31.                  such as "Desktop Delivery" or "Attention." This information is 
  32.          required for N2, but not for this Address structure.  -->
  33.            <element type="string" name="Name2" occurs="?" />
  34.  
  35.            <!--  
  36.          Specifies additional ship-to or requisitioner information
  37.         such as "Desktop Delivery" or "Attention."  -->
  38.            <element type="string" name="Name3" occurs="?" />
  39.  
  40.            <element type="string" name="Address1" />
  41.  
  42.            <element type="string" name="Address2" occurs="?" />
  43.            <element type="string" name="Address3" occurs="?" />
  44.            <element type="string" name="Address4" occurs="?" />
  45.            <element type="string" name="Address5" occurs="?" />
  46.  
  47.            <element type="string" name="City" />
  48.  
  49.            <element type="string" name="StateOrProvince" />
  50.  
  51.            <element type="string" name="PostalCode" />
  52.  
  53.            <!--  ISO 3166 Two-character code 
  54.                 OBI: N404  2- to 3-character code for the country  -->
  55.            <element type="CountryCode"  name="Country" />
  56.  
  57.     </sequence>
  58.     </model>
  59. </elementtype>
  60. </schema>
  61.